projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a78ca9
)
socfpga_cyclone5.h: fix kernel console argument in default environment
author
Anatolij Gustschin
<
[email protected]
>
Fri, 7 Nov 2014 00:12:03 +0000
(
01:12
+0100)
committer
Marek Vasut
<
[email protected]
>
Fri, 7 Nov 2014 07:24:13 +0000
(08:24 +0100)
With fresh environment the kernel gets wrong console
argument and boots without console output. Fix it.
Reported-by: Dinh Nguyen <
[email protected]
>
Signed-off-by: Anatolij Gustschin <
[email protected]
>
Cc: Chin Liang See <
[email protected]
>
Cc: Dinh Nguyen <
[email protected]
>
Cc: Marek Vasut <
[email protected]
>
include/configs/socfpga_cyclone5.h
patch
|
blob
|
history
diff --git
a/include/configs/socfpga_cyclone5.h
b/include/configs/socfpga_cyclone5.h
index 942738c138bef60597e12fcefb5b70c90d18a109..c3d958cb3077ddf1211c8aa57efd46edfcbfaf94 100644
(file)
--- a/
include/configs/socfpga_cyclone5.h
+++ b/
include/configs/socfpga_cyclone5.h
@@
-42,7
+42,7
@@
/* Booting Linux */
#define CONFIG_BOOTDELAY 3
#define CONFIG_BOOTFILE "zImage"
-#define CONFIG_BOOTARGS "console=ttyS0" __stringify(CONFIG_BAUDRATE)
+#define CONFIG_BOOTARGS "console=ttyS0
,
" __stringify(CONFIG_BAUDRATE)
#ifdef CONFIG_SOCFPGA_VIRTUAL_TARGET
#define CONFIG_BOOTCOMMAND "run ramboot"
#else